Add libgit2 to list of build deps in README
authorSeth Falcon <seth@chef.io>
Fri, 3 Jul 2015 22:35:33 +0000 (15:35 -0700)
committerSeth Falcon <seth@chef.io>
Fri, 3 Jul 2015 22:35:33 +0000 (15:35 -0700)
README.md

index 25309ba1358fd830677183030b0675c1de4f7f24..9871642a361939d69e407d1ef4a7972022bab6c2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ Cargo requires the following tools and packages to build:
 * `cmake`
 * `pkg-config`
 * OpenSSL headers (`libssl-dev` package on ubuntu)
+* libgit2
 
 Cargo can then be compiled like many other standard unix-like projects: